Lust Doll Plus
https://www.patreon.com/indivi
https://discord.gg/nKQGYKk
https://indivigames.newgrounds.com/
https://twitter.com/indivigames
https://indivi.itch.io/
https://www.reddit.com/r/lustdoll/

------------------------------------------------------------------------------------
Disclaimer:
This game is copyrighted 2022 to the developer, Indivi. All content not created by the developer is copyrighted to their creators. This game should not be re-sold or re-distributed. Please stop any unauthorized sales.

This game contains sexually-explicit scenes and is for adults only. The developer takes no responsibility for any damages that may occur through use of this game. The user accepts sole responsibility. This is a fictional work. All characters involved in sexual acts are over 18 years of age and any resemblances to people living, or otherwise is purely coincidental.

The developer, the game's contents, and anyone involved in the game's production do not condone criminal activity of any form. Please enjoy this game only for what it is; a fantasy, and purely of the imagination. Thanks for your understanding!

------------------------------------------------------------------------------------
File Locations
Save and config files are located here:

Windows: C:\users\(username)\AppData\Local\UserData\Default\Lust Doll Plus

Mac: \Users\(username)\Library\Application Support\Default\Lust Doll Plus

Linux: \Users\(username)\.config\KADOKAWA\RPGMV\Default\Lust Doll Plus
(May need to sudo nautilus if you don't have access to .config)

Android: \data\data\indivi.indivigames.lustdollplus
(Requires root access)

On these systems, you can force the game to save and load files inside the game folder itself, by holding Shift on the title screen while starting or loading a game. It's generally recommended not to do this, unless you have specific reasons for it.

Note: this can cause errors on Mac due to file permission conflicts.

------------------------------------------------------------------------------------
System Requirements
OS: (Dependent on game version)
Windows: Windows 7/8/8.1/10 (32bit/64bit)
Mac: Mac OS X 10.10 or better
Linux: Ubuntu 14.04 or Steam OS 2.0 (64 bit)

CPU: Intel Core2 Duo or better
RAM: 2GB or more
HDD: 70 MB or more free space
Graphics: DirectX 9/OpenGL 4.1 capable GPU
Display: 1280x768 or higher

------------------------------------------------------------------------------------
Troubleshooting:

There's no .exe file to run the game/ Can't save game/ Save game keeps disappearing/ Certain files are missing/ This archive could not be opened. It might be damaged.
- Check that your antivirus isn't deleting/moving files. You may need to either turn it off before extracting the game, or create an exception in your antivirus for Lust Doll.
- Try re-downloading the game. Check the filesize of the download to make sure it's not being cut off prematurely. Use Winrar or 7zip to extract the archive contents.
- Move the game folder to a different location, such as C:\ (sometimes long folder path names can give it trouble.)
- Re-start your computer, and make sure nothing's running in the background.
- Make sure your computer isn't in read-only mode, or that the game is located in a read-only folder.


Game runs slowly, lags
- Check that your graphics card supports OpenGL.
- Go to the website of your graphics card manufacture (NVIDIA, AMD, etc.), download and install the latest driver for your graphics card. Make that the driver supports OpenGL.
- Try re-installing DirectX 9.0c Redistributable package:
http://www.microsoft.com/en-us/download/details.aspx?id=8109

(Thanks to Archeia for this solution!)


How to transfer save files between updates?
- If you're playing on Windows, Mac, or Linux, there's no need to do anything. It'll transfer automatically!
- If you're playing on android, don't uninstall the game. Just install the new version over top of the existing one. Uninstalling the game will delete your save files.
- If you're playing on browser, don't play in incognito, and don't clear your cache. Or else your save files will be erased when you close it! As well, some browsers have security settings that prevent the game from saving. Chrome for example doesn't work for some, but Firefox does.


On browser: Save file is gone/ Can't save game/ TypeError Localstorage Null Error
- Don't play in incognito or your save file gets erased when you close your browser.
- Don't clear your cache either, as that'll erase it too.
- Some browsers have security settings that prevent the game from saving. Chrome for example doesn't work for me, but Firefox does.
- ​Certain browsers have trouble writing files for html5 games. You can check to see if anything here fixes it!:
​https://www.google.com/search?q=TypeError+Localstorage+Null+Error


On android: game doesn't run/only shows a black screen.
Due to optimization issues, you need a fairly high spec/current device to run the game. It won't work on lower spec devices.


On android: App not installed
- Make sure you have enough free space on your device
- Re-download the app
- Make sure unknown apk installation is allowed on your device


On Mac: The application 'Game' can't be opened
Some things you can try:

- Hold the Control key while opening the game

- Go to 'System Preferences > Security & Privacy', and change your options to allow apps downloaded from anywhere. https://support.apple.com/en-ca/HT202491

- Download the Windows version. Download the latest version of nwjs (http://nwjs.io/downloads/). Copy and paste the nwjs files into the Windows version folder, overwriting what's inside. Run the game using the executable in the nwjs files.

- Same as above, but use nwjs 0.45.6 instead.

- Download the Windows version. Download and install Wine + WineBottler. Run the Game.exe and library files through WineBottler to produce a Game.app. Run Game.app

- Run the game using the following commands:
chmod +x Game.app/Contents/MacOS/nwjs
chmod +x Game.app/Contents/Frameworks/nwjs\ Helper.app/Contents/MacOS/nwjs\ Helper
chmod +x Game.app/Contents/Frameworks/nwjs\ Helper\ EH.app/Contents/MacOS/nwjs\ Helper\ EH
chmod +x Game.app/Contents/Frameworks/nwjs\ Helper\ NP.app/Contents/MacOS/nwjs\ Helper\ NP

- Open terminal. Type in "sudo chmod -R 755 " then the .app pathway. Open the .app again (Thanks to Pilot for this solution!)


On Mac: Detailed chmod +x instructions:
(Thanks to Night Star for this solution!)
To fix 'Game cannot be launched', you must change two files within the "Game" files into executables.
-Right click the "Game" icon and click the option "Show Package Contents".
-Go into the "Contents" folder, then the "MacOS" folder. Look for the file "nwjs".
-Open up Terminal and type "chmod +x " making sure to add a space after x.
-Grab the "nwjs" and drag it into console. If you do it correctly, it will look like this in console:

chmod +x /Users/[user]/Desktop/Lust\ Doll\ Plus\ r17.2\ (Mac)/Game.app/Contents/MacOS/nwjs "

(If this doesn't work, see 'On Mac: Getting permission denied when trying to turn the njws file to an executable' below!)

-Hit enter and the "nwjs" file with become an executable.

-Next, go into the "versions" folder, and then a folder with a string of numbers, something like "65.0.3325.146"
-Right click "nwjs helper" and click "show package contents"
-Go into the "contents" folder, then the "MacOS" folder, and you will see the file "nwjs helper".

-Repeat the above steps to turn this file into an exectuable, similar to what you did with the "nwjs" file.

-Hold Control when launching the game!




On Mac: Getting permission denied when trying to turn the njws file to an executable
(Thanks to GageTM for this solution!)
-Above, during step: -Grab the "nwjs" and drag it into console.

"/Users/name/Downloads/Lust Doll Plus r25.0b (Mac)/Game.app/Contents/MacOS/nwjs: Permission denied"

-Use sudo bash -c 'chmod +x' to drop the njws file in terminal at this point






On linux: Can't see your character/ Accessing the menu gives error: 'ReferenceError resetbody is not defined'
Run 'chmod +x ./nw' and then './nw' instead of './Game'. (Thanks to J L for this solution!)


On linux: game.exe gives an error/ .nw hangs the game with fontconfig errors/ game lags considerably after a minute/ game gives you a black screen
Download this patch (Tested on Linux Mint 18 Sarah Cinnamon):
https://drive.google.com/file/d/1iegd1ATb-jwvsBEXwl_FydQweATVQKhd/view?usp=sharing

Copy and paste the files from this patch into the game folder. Run the Game executable that comes with the patch. (Thanks to DoubleU for the patch and this solution! https://pastebin.com/21Yi6vnt)

Alternately, go to the nwjs website and download nwjs 0.45.6 (https://dl.nwjs.io/v0.45.6/), then copy the files into the game folder. If that doesn't work, try other versions of nwjs (Thanks to Wild Bill for this solution!)

Alternately, try running the Windows version of the game using WineHQ (https://www.winehq.org/)

Alternately,
(Tested on Manjaro (Arch)):

If #   echo $FONTCONFIG_PATH'

returns nothing, then execute:

#   export FONTCONFIG_PATH=/etc/fonts

Don't forget to  #  chmod +x ./nw
(Thanks to Casul51 for this solution!)



Your profile can not be used because it is from a newer version of NW.js.
- Go to your app data folder in Windows (C:\Users[Your Username]\AppData\Local). If you can't find it, make sure you can see hidden folders. You can also type %LOCALAPPDATA%/ into the explorer bar to do the same.
- Delete the folder "nwjs".
- Go inside the folder 'User Data". Then go inside the folder "Default". Look for the files "Web Data" and "Web Data-journal". Delete these two files.
- In the app data folder, Go to Kadokawa\RPGMV\User Data\Default. Look for the files "Web Data" and "Web Data-journal". Delete these two files.


Transferring save files from an older device to a newer one
(Thanks Gai2029 for the android method!)

Find your save and config files on your old device. They're located here:

Windows: C:\users\(username)\AppData\Local\UserData\Default\Lust Doll Plus

Mac: \Users\(username)\Library\Application Support\Default\Lust Doll Plus

Linux: \Users\(username)\.config\KADOKAWA\RPGMV\Default\Lust Doll Plus
(May need to sudo nautilus if you don't have access to .config)

Android: \data\data\indivi.indivigames.lustdollplus
(Requires root access)

Transfer everything in that folder to your computer.

Install Lust Doll Plus on your new device. Launch it, and save your game. This will create files that you can then overwrite with the files from your older device.

Close Lust Doll Plus, then replace the contents of /data/data/indivi.indivigames.lustdollplus with the data you transferred from your old device.


Transfer savefiles from Android to PC:
(Thanks Alastor for the method!)

1. Get the .ldb files from android root storage (you'll need root access):
(/data/data/indivi.indivigames.lustdollplus/app_webview/default/local/storage/leveldb)

2. On PC, open LD+ and save inside the game

3. Go to user/appdata/local/userdata/default/lustdollplus

4. Using Notepad, open the .ldb savefile (the one obtained from android.)

5. press CTRL+F and look for global

6. Copy everything there, and paste it into global.rpgsave on your PC

7. Copy everything from your 00XXXX.ldb file from the beginning of N4Igz....... line (after RPG File1     ) ending BEFORE something like "       “Ø'­ Å¼_file:// RPG File1bak     "



Transfer savefiles from Browser to PC:
(thanks dooburt for the method!)

Note: this guide is relevant to the Newgrounds version. It should be a similar process for other websites!

See here for image guides: https://imgur.com/a/3vvuB7M

1. First, create a save file using the standalone version (this will be replaced with the save file that you have in your browser). Then, load up Lust Doll + on your browser.

2. Press ctrl+shift+i to open the "inspect element" menu, and click on the right arrows, followed by "application".

3. Navigate to Local Storage, and then https://uploads . ungrounded . net, and you will see your browser-based save information.

4. Open the File Explorer and navigate to the save file that you created for the standalone client, and first open the file#.rpgsave using a text editor.

5. Delete all of the text within that save file, and replace it with the text that is listed as the "value" of your browser's RPG File#. Save and close the file, and then repeat the process for the global.rpgsave file, replacing the text with the value of the RPG Global.





Can't move your character/ you keep moving in a certain direction
Certain Human Interface Devices (such as joystick, or even certain gaming keyboards) can mess up directional input, for instance locking it as permanently up and to left.

Disable your devices, then reactivate one by one until you find the problem one, and leave that one disabled.

Alternately, it may work to unplug and replug in the offending device after resetting.

(You can also try disabling gamepad controls in the options!)


Running the game in full-screen mode causes issues
Press F4 to manually toggle between full-screen and window mode

------------------------------------------------------------------------------------
Third Party Contributors:
Engine:
Enterbrain - http://www.rpgmakerweb.com/

Sounds:
Enterbrain - http://www.rpgmakerweb.com/
Hurt Record - http://www.hurtrecord.com
Idezem - http://eero.storijapan.net/docfolio/
qubodup - http://qubodup.net/
Web Wave Library
Matt Hawkins - https://www.matthawkins.co.uk/
Primejunt - https://freesound.org/people/PrimeJunt/

Scripts:
Galv - https://galvs-scripts.com/
Hime - http://himeworks.com/
mjshi - https://forums.rpgmakerweb.com/index.php?members/mjshi.11225/
Moghunter - https://atelierrgss.wordpress.com/
mrcopra - https://forums.rpgmakerweb.com/index.php?members/mrcopra.66846/
Quasi - http://quasixi.com
SumRndmDde - https://www.youtube.com/SumRndmDde
Traverse - https://www.rpgmakercentral.com/profile/38652-traverse/
Yanfly - https://yanflychannel.wordpress.com/
Richard Penner
Tor Damian - http://mvplugins.tordamian.com/

Writing:
Mei
